home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00057.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  292 b   |  13 lines

  1. global qt_position
  2.  
  3. on startMovie
  4.   repeat with i = 7 down to 0
  5.     set the visible of sprite (24 + i) to 1
  6.     set the visible of sprite (41 + i) to 0
  7.   end repeat
  8.   repeat with i = the soundLevel down to 0
  9.     set the visible of sprite (24 + i) to 0
  10.   end repeat
  11.   set qt_position to 0
  12. end
  13.